home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / x_CDisplayPane.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  928 b   |  36 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  x_CDisplayPane.h
  3.  
  4.             Header File For CDisplayPane Lower-Layer Panorama/EditText Class
  5.     
  6.     Copyright © 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file; changes should go in the My.h
  12.     file, instead.
  13.  
  14.     If you want to change how Visual Architect generates this file, you can
  15.     change the template for this file. It is "_Pano.h" in the Visual Architect
  16.     Templates folder.
  17.  
  18.  ******************************************************************************/
  19.  
  20. #pragma once
  21.  
  22. #include "CExpandorama.h"
  23.  
  24. class x_CDisplayPane : public CExpandorama
  25. {
  26. public:
  27.  
  28.     TCL_DECLARE_CLASS
  29.  
  30.  
  31.                                     /** Object I/O **/
  32.     virtual void        PutTo(CStream &aStream);
  33.     virtual void        GetFrom(CStream &aStream);
  34. };
  35.  
  36.